projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e698fd
)
Remove mocklisp function case.
author
Pavel Janík
<Pavel@Janik.cz>
Sat, 22 Dec 2001 13:35:14 +0000
(13:35 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Sat, 22 Dec 2001 13:35:14 +0000
(13:35 +0000)
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index 21e3fa993dd37c6d42392e3ac7f990f8a00067c2..3606454a323a1dc3be2307c497eddca6260c4c4c 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-163,8
+163,6
@@
and the file name is displayed in the echo area."
(concat beg "Lisp function"))
((eq (car-safe def) 'macro)
"a Lisp macro")
- ((eq (car-safe def) 'mocklisp)
- "a mocklisp function")
((eq (car-safe def) 'autoload)
(setq file-name (nth 1 def))
(format "%s autoloaded %s"